| > !MicroGolf.!Run
|
| written by Paul Vigay (C) 1989
| 
| version 2.1b (16th Nov 1989)  
|
SET Golf$Path <Obey$dir>
|
if "<System$Path>" = "" then Error 0 Sorry, but I haven't seen '!System'
|
RMEnsure MemAlloc 0 RMLOAD System:modules.MemAlloc
RMEnsure FPEmulator 0 RMLOAD System:modules.FPEmulator
RMEnsure ABCLibrary 0 RMLOAD System:modules.ABCLib
|
ScreenSize 160K
RUN "<Golf$Path>.!RunImage" %*0
